'宣言 Public Overloads Function BinarySearch( _ ByVal item As GroupDef, _ ByVal comparer As System.Collections.Generic.IComparer(Of GroupDef) _ ) As System.Integer
'使用法 Dim instance As GroupDefList Dim item As GroupDef Dim comparer As System.Collections.Generic.IComparer(Of GroupDef) Dim value As System.Integer value = instance.BinarySearch(item, comparer)
パラメータ
- item
- comparer